home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / bprof-1.1 / bprof-1 / bprof / README < prev    next >
Encoding:
Text File  |  1994-07-11  |  1.2 KB  |  37 lines

  1. This is -*- text -*-
  2.  
  3. What is bprof?
  4. --------------
  5. bprof is a utility that provides execution profiling per source code
  6. line.  This means that it detects how much time your program spends in
  7. each line of your source code.  This allows you to know precisely on
  8. what part of the program to spend your efforts at speeding it up.
  9.  
  10. How to install bprof
  11. --------------------
  12. Type: "make all".  This should create a program bprof and a library
  13. libbmon.a.  If everything is ok, type "make install" to install the
  14. program, the library and the manpage.  If you like to install it under
  15. /usr/local, do "make install PREFIX=/usr/local".
  16.  
  17. How to use bprof
  18. ----------------
  19. Please read the manpage.  A groff-ed version should be present in the
  20. distribution as bprof.cat.
  21.  
  22. Where to send feedback
  23. ----------------------
  24. Please send comments, suggestions, bugs and such to bas@phys.uva.nl.
  25.  
  26. Whose perverse mind created this?
  27. ---------------------------------
  28. It was the mind of Bas de Bakker.
  29.  
  30. Known problems
  31. --------------
  32. The signal stack has changed in the past.  If you have a very old
  33. Linux kernel (older than 0.99p13), you may be out of luck.
  34.  
  35. bprof does not work on elf or coff executables.  If you don't know
  36. what I'm talking about, you won't have them, so don't worry.
  37.